Update springboot 4#234
Open
newgro wants to merge 5 commits into
Open
Conversation
To simplify library update we need to cleanup the code. Otherwise we can not really see deprecations. Removed unused imports. Removed unnecessary public modifiers from spring-bean definitions. Added some ignore flags to hide false positive warnings.
e3d5652 to
dc278c4
Compare
MarcGiffing
reviewed
May 3, 2026
| <apache-shiro.version>2.0.5</apache-shiro.version> | ||
| <wicket.version>10.6.0</wicket.version> | ||
| <wicketstuff.version>10.6.0</wicketstuff.version> | ||
| <java.version>21</java.version> |
Author
There was a problem hiding this comment.
I didn’t put much thought into that choice — it’s just the base JDK version used across my libraries. Using 17 would work just as well.
If the tab was already close message sending failed on null connections.
Improves accessibility (screen readers) Is relevant for SEO Is recommended as part of HTML5 compliance
dc278c4 to
5921815
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was updating the libraries for springboot 4.0.6
The new modularized inclusion of external systems is applied.
I added some commits for code cleanup and accessibility improvements.